Hi,
Sorry, I was trying :
route delete -net 61.177.172.137 gw 127.0.0.1
that didn't work, but apparently
route delete -net 61.0.0.1 gw 127.0.0.1
has. Thanks!
Tuc
On Thu, Feb 15, 2018 at 12:51 PM, Lee Brown wrote:
> On Thu, Feb 15, 2018 at 9:47 AM, Scott Ellentuch
> wrot
5, 2018 at 9:47 AM, Scott Ellentuch
> wrote:
>
> > Hi,
> >
> > I did a very foolish thing
> >
> > route add -net 61.177.172.137 gw 127.0.0.1
> >
> >
> > 1) Thats not a net, thats a host
> > 2) Thats my Linux's syntax, not wha
Hi,
I did a very foolish thing
route add -net 61.177.172.137 gw 127.0.0.1
1) Thats not a net, thats a host
2) Thats my Linux's syntax, not what I expected
So now I have the following in my netstat -rn
61.0.0.1&0x7f01 MY.GW.IP.HERE UGSc10 fxp0
And I don't know