Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [jtate@laputa prj1]$ sudo route -n
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 0.0.0.0 10.2.2.1 0.0.0.0 UG 0 0 0 wlan0
- 10.2.2.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
- 10.2.2.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
- 169.254.0.0 0.0.0.0 255.255.0.0 U 1008 0 0 br0
- 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
- [jtate@laputa prj1]$ sudo ifconfig -a
- br0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
- inet 10.2.2.11 netmask 255.255.255.0 broadcast 10.2.2.255
- inet6 fe80::21c:25ff:fe9c:9a6c prefixlen 64 scopeid 0x20<link>
- ether 00:1c:25:9c:9a:6c txqueuelen 0 (Ethernet)
- RX packets 408 bytes 95593 (93.3 KiB)
- RX errors 0 dropped 0 overruns 0 frame 0
- TX packets 471 bytes 240476 (234.8 KiB)
- TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
- ether 00:1c:25:9c:9a:6c txqueuelen 1000 (Ethernet)
- RX packets 1109057 bytes 484315993 (461.8 MiB)
- RX errors 0 dropped 0 overruns 0 frame 0
- TX packets 549894 bytes 164788368 (157.1 MiB)
- TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- device interrupt 20 memory 0xfc000000-fc020000
- lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436
- inet 127.0.0.1 netmask 255.0.0.0
- inet6 ::1 prefixlen 128 scopeid 0x10<host>
- loop txqueuelen 0 (Local Loopback)
- RX packets 34050 bytes 10095235 (9.6 MiB)
- RX errors 0 dropped 0 overruns 0 frame 0
- TX packets 34050 bytes 10095235 (9.6 MiB)
- TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
- inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
- ether 5e:a6:7d:9a:06:9e txqueuelen 0 (Ethernet)
- RX packets 0 bytes 0 (0.0 B)
- RX errors 0 dropped 0 overruns 0 frame 0
- TX packets 0 bytes 0 (0.0 B)
- TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
- inet 10.2.2.10 netmask 255.255.255.0 broadcast 10.2.2.255
- inet6 fe80::221:6aff:fe0d:e364 prefixlen 64 scopeid 0x20<link>
- ether 00:21:6a:0d:e3:64 txqueuelen 1000 (Ethernet)
- RX packets 25609 bytes 8903749 (8.4 MiB)
- RX errors 0 dropped 0 overruns 0 frame 0
- TX packets 1508 bytes 350978 (342.7 KiB)
- TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
- [jtate@laputa prj1]$ sudo brctl show
- bridge name bridge id STP enabled interfaces
- br0 8000.001c259c9a6c yes eth0
- virbr0 8000.000000000000 yes
- [jtate@laputa prj1]$ sudo iptables -L
- Chain INPUT (policy ACCEPT)
- target prot opt source destination
- ACCEPT udp -- anywhere anywhere udp dpt:domain
- ACCEPT tcp -- anywhere anywhere tcp dpt:domain
- ACCEPT udp -- anywhere anywhere udp dpt:bootps
- ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
- ACCEPT udp -- anywhere anywhere udp dpt:domain
- ACCEPT tcp -- anywhere anywhere tcp dpt:domain
- ACCEPT udp -- anywhere anywhere udp dpt:bootps
- ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
- ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
- ACCEPT icmp -- anywhere anywhere
- ACCEPT all -- anywhere anywhere
- ACCEPT udp -- anywhere 224.0.0.251 state NEW udp dpt:mdns
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:tftp
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:lds-distrib
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpts:hfcs-manager:winfs
- ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:24800
- REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
- Chain FORWARD (policy ACCEPT)
- target prot opt source destination
- ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
- ACCEPT all -- 192.168.122.0/24 anywhere
- ACCEPT all -- anywhere anywhere
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- ACCEPT all -- anywhere 192.168.122.0/24 state RELATED,ESTABLISHED
- ACCEPT all -- 192.168.122.0/24 anywhere
- ACCEPT all -- anywhere anywhere
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
- REJECT all -- anywhere anywhere reject-with icmp-host-prohibited
- Chain OUTPUT (policy ACCEPT)
- target prot opt source destination
Advertisement
Add Comment
Please, Sign In to add comment