Route Internal to world dual network cards

I have a ubuntu machine with 2 network cards, I have enabled ip routing but cant seem to get my local network to communicate to internet, i can ping between networks and the ubuntu machine has static Ip and is communicating on internet, I am posting my routing table as well as network info, any help would be appreciated. Thanks!

enp2s0 Link encap:Ethernet HWaddr e0:d5:5e:15:45:fa
inet addr:162.155.9.82 Bcast:162.155.9.83 Mask:255.255.255.252
inet6 addr: 2607:fcc8:9c0f:3d00:2b9b:9539:91f4:6da2/64 Scope:Global
inet6 addr: fe80::e0e2:83a9:e469:70f9/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:341009 errors:0 dropped:83334 overruns:0 frame:0
TX packets:198424 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:78544463 (78.5 MB) TX bytes:18374760 (18.3 MB)

enp4s0 Link encap:Ethernet HWaddr 00:e0:4c:69:1e:a1
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::cf18:cfda:473d:f52a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:298560 errors:0 dropped:0 overruns:0 frame:0
TX packets:83428 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:61206112 (61.2 MB) TX bytes:4316973 (4.3 MB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:159066 errors:0 dropped:0 overruns:0 frame:0
TX packets:159066 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13307202 (13.3 MB) TX bytes:13307202 (13.3 MB)

rich@server:~$ ip route
default via 162.155.9.81 dev enp2s0 proto static metric 100
default via 162.155.9.81 dev enp4s0 proto static metric 101
162.155.9.80/30 dev enp2s0 proto kernel scope link src 162.155.9.82 metric 100
162.155.9.81 dev enp4s0 proto static scope link metric 100
169.254.0.0/16 dev enp2s0 scope link metric 1000
192.168.1.0/24 dev enp4s0 proto kernel scope link src 192.168.1.1 metric 100

I’ve moved this to the https://community.ubuntu.com/c/support-help-requests category because this site isn’t designed to take tech support questions. Sorry. I’d recommend using one of the official support channels listed on the https://community.ubuntu.com/t/finding-help/712 page.