Skip to main content

Thread: Removing Firestarter caused loss of internet


a couple of years back, getting ubuntu, installed firestarter option aid in networking. realizing didn't in plan, want remove it. in terminal, typed:

code:
sudo apt-get purge -y firestarter
i rebooted, find out have no internet connection.

typing ifconfig, this:


code:
eth0      link encap:ethernet  hwaddr 00:26:55:c1:05:e9              broadcast multicast  mtu:1500  metric:1            rx packets:0 errors:0 dropped:0 overruns:0 frame:0            tx packets:0 errors:0 dropped:0 overruns:0 carrier:0            collisions:0 txqueuelen:1000             rx bytes:0 (0.0 b)  tx bytes:0 (0.0 b)            interrupt:28     eth1      link encap:ethernet  hwaddr 00:26:5e:8b:5d:c9              inet addr:192.10.10.120  bcast:192.10.10.255  mask:255.255.255.0            inet6 addr: fe80::226:5eff:fe8b:5dc9/64 scope:link            broadcast running multicast  mtu:1500  metric:1            rx packets:59 errors:0 dropped:0 overruns:0 frame:0            tx packets:1 errors:2 dropped:0 overruns:0 carrier:0            collisions:0 txqueuelen:1000             rx bytes:6291 (6.2 kb)  tx bytes:350 (350.0 b)            interrupt:16 base address:0xc000     lo        link encap:local loopback              inet addr:127.0.0.1  mask:255.0.0.0            inet6 addr: ::1/128 scope:host            loopback running  mtu:16436  metric:1            rx packets:529 errors:0 dropped:0 overruns:0 frame:0            tx packets:529 errors:0 dropped:0 overruns:0 carrier:0            collisions:0 txqueuelen:0             rx bytes:95839 (95.8 kb)  tx bytes:95839 (95.8 kb)
it appears have ip address, connected router reason, box not allowing through.

found thread network doesn't work points same indications getting , mentioning firestarter removed rules , off , working. did perform recommended steps outlined didn't correct no internet issue.

want remove firestarter. i'm stuck, after following instructions listed in link above.

have ideas?

it's mess posting results of sudo iptables -nl


code:
chain input (policy drop)  target     prot opt source               destination           accept     tcp  --  68.28.250.92         0.0.0.0/0           tcp flags:!0x17/0x02   accept     udp  --  68.28.250.92         0.0.0.0/0             accept     tcp  --  68.28.242.91         0.0.0.0/0           tcp flags:!0x17/0x02   accept     udp  --  68.28.242.91         0.0.0.0/0             accept      --  0.0.0.0/0            0.0.0.0/0             accept     icmp --  0.0.0.0/0            0.0.0.0/0           limit: avg 10/sec burst 5   drop        --  0.0.0.0/0            255.255.255.255       drop        --  224.0.0.0/8          0.0.0.0/0             drop        --  0.0.0.0/0            224.0.0.0/8           drop        --  255.255.255.255      0.0.0.0/0             drop        --  0.0.0.0/0            0.0.0.0               drop        --  0.0.0.0/0            0.0.0.0/0           state invalid   lsi         -f  0.0.0.0/0            0.0.0.0/0           limit: avg 10/min burst 5   inbound     --  0.0.0.0/0            0.0.0.0/0             inbound     --  0.0.0.0/0            28.253.17.46          inbound     --  0.0.0.0/0            28.253.17.46          log_filter   --  0.0.0.0/0            0.0.0.0/0             log         --  0.0.0.0/0            0.0.0.0/0           log flags 0 level 6 prefix `unknown input'     chain forward (policy drop)  target     prot opt source               destination           accept     icmp --  0.0.0.0/0            0.0.0.0/0           limit: avg 10/sec burst 5   tcpmss     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp flags:0x06/0x02 tcpmss clamp pmtu   outbound    --  0.0.0.0/0            0.0.0.0/0             accept     tcp  --  0.0.0.0/0            28.253.17.46        state related,established   accept     udp  --  0.0.0.0/0            28.253.17.46        state related,established   log_filter   --  0.0.0.0/0            0.0.0.0/0             log         --  0.0.0.0/0            0.0.0.0/0           log flags 0 level 6 prefix `unknown forward'   accept      --  192.168.0.0/24       0.0.0.0/0           ctstate new   accept      --  0.0.0.0/0            0.0.0.0/0           ctstate related,established     chain output (policy drop)  target     prot opt source               destination           accept     tcp  --  28.253.17.46         68.28.250.92        tcp dpt:53   accept     udp  --  28.253.17.46         68.28.250.92        udp dpt:53   accept     tcp  --  28.253.17.46         68.28.242.91        tcp dpt:53   accept     udp  --  28.253.17.46         68.28.242.91        udp dpt:53   accept      --  0.0.0.0/0            0.0.0.0/0             drop        --  224.0.0.0/8          0.0.0.0/0             drop        --  0.0.0.0/0            224.0.0.0/8           drop        --  255.255.255.255      0.0.0.0/0             drop        --  0.0.0.0/0            0.0.0.0               drop        --  0.0.0.0/0            0.0.0.0/0           state invalid   outbound    --  0.0.0.0/0            0.0.0.0/0             outbound    --  0.0.0.0/0            0.0.0.0/0             log_filter   --  0.0.0.0/0            0.0.0.0/0             log         --  0.0.0.0/0            0.0.0.0/0           log flags 0 level 6 prefix `unknown output'     chain inbound (3 references)  target     prot opt source               destination           accept     tcp  --  0.0.0.0/0            0.0.0.0/0           state related,established   accept     udp  --  0.0.0.0/0            0.0.0.0/0           state related,established   lsi         --  0.0.0.0/0            0.0.0.0/0               chain log_filter (5 references)  target     prot opt source               destination             chain lsi (2 references)  target     prot opt source               destination           log_filter   --  0.0.0.0/0            0.0.0.0/0             log        tcp  --  0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x02 limit: avg 1/sec burst 5 log flags 0 level 6 prefix `inbound '   drop       tcp  --  0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x02   log        tcp  --  0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x04 limit: avg 1/sec burst 5 log flags 0 level 6 prefix `inbound '   drop       tcp  --  0.0.0.0/0            0.0.0.0/0           tcp flags:0x17/0x04   log        icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 8 limit: avg 1/sec burst 5 log flags 0 level 6 prefix `inbound '   drop       icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 8   log         --  0.0.0.0/0            0.0.0.0/0           limit: avg 5/sec burst 5 log flags 0 level 6 prefix `inbound '   drop        --  0.0.0.0/0            0.0.0.0/0               chain lso (0 references)  target     prot opt source               destination           log_filter   --  0.0.0.0/0            0.0.0.0/0             log         --  0.0.0.0/0            0.0.0.0/0           limit: avg 5/sec burst 5 log flags 0 level 6 prefix `outbound '   reject      --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-port-unreachable     chain outbound (3 references)  target     prot opt source               destination           accept     icmp --  0.0.0.0/0            0.0.0.0/0             accept     tcp  --  0.0.0.0/0            0.0.0.0/0           state related,established   accept     udp  --  0.0.0.0/0            0.0.0.0/0           state related,established   accept      --  0.0.0.0/0            0.0.0.0/0


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Removing Firestarter caused loss of internet


Ubuntu

Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

PProHeadless.exe has stopped working error when opening projects in Adobe Media Encoder CS6

Preconditions Failed. - Joomla! Forum - community, help and support