Hallo Allerseits,
tschuldigt ersteinmal .. dass ich hier nach quasi support erfrage,
wenn ihr das Problem seht, werdet Ihr bestimmt anders denken .
Denn ich nutze bsd auch schon geraume zeit >3 Jahre .. allerdings sowas ist mir
noch nicht passiert. Gesucht habe ich auch schon rund ne Woche,
habe auch schon dies und das ausprobiert. Aber ganz klar ist mir die sache nicht.
Nun zum Problem, Ich habe da so nen Rechner, mit dem ich mir nen paar
jails bauen wollte ... das stellt vorerst kein Problem da.
Dabei wollt ich meine Interfaces vorbereiten, da fiel mir auf,
dass die interface-aliase nicht erreichbar waren.
Routing-technisch scheint es in Ordnung zu sein, ich sehe bei einem Ping
das paket ausgehend, und von dem defaultrouter auch wiederkommen.
Wenn ich dies mit der Haupt-IP des Interfaces mache funktioniert es sauber,
nehme ich allerdings eine Alias-IP als source ...
sehe ich das Paket ausgehend und auch wieder eingehend, jedoch
scheint der kernel zu meinen, dass er dafür nicht verantwortllich ist.
Wenn ich das Interface auf promiscous stelle .. funktionierts,
aber das ist nunma nicht sinn und zweg der nummer.
----------------------------------------------
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 40:61:86:2b:86:c1
inet 192.168.10.66 netmask 0xffffffe0 broadcast 192.168.10.95
inet 192.168.10.88 netmask 0xffffffff broadcast 192.168.10.88
inet 192.168.10.87 netmask 0xffffffff broadcast 192.168.10.87
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lo0: flags=28149<UP,LOOPBACK,RUNNING,PROMISC,MULTICAST,PPROMISC> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
pfsync0: flags=0<> metric 0 mtu 1460
syncpeer: 224.0.0.240 maxupd: 128
pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu 33204
----------------------------------------------
[root@host ~]# ping 192.168.10.65
PING 192.168.10.65 (192.168.10.65): 56 data bytes
64 bytes from 192.168.10.65: icmp_seq=0 ttl=64 time=0.752 ms
64 bytes from 192.168.10.65: icmp_seq=1 ttl=64 time=0.602 ms
[root@host /usr/src/sys]# tcpdump -n -i re0 ' host 192.168.10.66 && 192.168.10.65 '
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on re0, link-type EN10MB (Ethernet), capture size 96 bytes
14:48:21.063831 IP 192.168.10.66 > 192.168.10.65: ICMP echo request, id 47131, seq 0, length 64
14:48:21.064622 IP 192.168.10.65 > 192.168.10.66: ICMP echo reply, id 47131, seq 0, length 64
14:48:22.069277 IP 192.168.10.66 > 192.168.10.65: ICMP echo request, id 47131, seq 1, length 64
14:48:22.069928 IP 192.168.10.65 > 192.168.10.66: ICMP echo reply, id 47131, seq 1, length 64
[root@host ~]# ping -S 192.168.10.87 192.168.10.65
PING 192.168.10.65 (192.168.10.65) from 192.168.10.87: 56 data bytes
--- 192.168.10.65 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
[root@host /usr/src/sys]# tcpdump -n -i re0 ' host 192.168.10.87 && 192.168.10.65 '
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on re0, link-type EN10MB (Ethernet), capture size 96 bytes
14:48:51.570710 IP 192.168.10.87 > 192.168.10.65: ICMP echo request, id 47899, seq 0, length 64
14:48:51.571336 IP 192.168.10.65 > 192.168.10.87: ICMP echo reply, id 47899, seq 0, length 64
14:48:52.574980 IP 192.168.10.87 > 192.168.10.65: ICMP echo request, id 47899, seq 1, length 64
14:48:52.575669 IP 192.168.10.65 > 192.168.10.87: ICMP echo reply, id 47899, seq 1, length 64
----------------------------------------------
Hat das jemand von euch auch schonmal gehabt ?
Hat jemand ne idee wo ich nachlesen kann ?
Und falls Ihr helfen wollt und mehr infos braucht,
sagt bescheid ..
gruss
~dis
---- hier noch nen paar mehr infos ---
--------------------------------------------------------------------------------------
# pfctl -d
pf disabled
FreeBSD host.nodom.local 7.2-STABLE FreeBSD 7.2-STABLE #2: Fri Nov 20 18:51:01 CET 2009 root@host.nodom.local:/usr/obj/usr/src/sys/MYPAE i386
[root@host ~]# sysctl -a | grep -e"inet\."
net.inet.ip.portrange.randomtime: 45
net.inet.ip.portrange.randomcps: 10
net.inet.ip.portrange.randomized: 1
net.inet.ip.portrange.reservedlow: 0
net.inet.ip.portrange.reservedhigh: 1023
net.inet.ip.portrange.hilast: 65535
net.inet.ip.portrange.hifirst: 49152
net.inet.ip.portrange.last: 65535
net.inet.ip.portrange.first: 49152
net.inet.ip.portrange.lowlast: 600
net.inet.ip.portrange.lowfirst: 1023
net.inet.ip.forwarding: 1
net.inet.ip.redirect: 1
net.inet.ip.ttl: 64
net.inet.ip.rtexpire: 3600
net.inet.ip.rtminexpire: 10
net.inet.ip.rtmaxcache: 128
net.inet.ip.sourceroute: 0
net.inet.ip.intr_queue_maxlen: 50
net.inet.ip.intr_queue_drops: 0
net.inet.ip.accept_sourceroute: 0
net.inet.ip.keepfaith: 0
net.inet.ip.gifttl: 30
net.inet.ip.same_prefix_carp_only: 0
net.inet.ip.subnets_are_local: 0
net.inet.ip.dummynet.debug: 0
net.inet.ip.dummynet.pipe_byte_limit: 1048576
net.inet.ip.dummynet.pipe_slot_limit: 100
net.inet.ip.dummynet.io_pkt_drop: 0
net.inet.ip.dummynet.io_pkt_fast: 0
net.inet.ip.dummynet.io_pkt: 0
net.inet.ip.dummynet.io_fast: 0
net.inet.ip.dummynet.tick_lost: 0
net.inet.ip.dummynet.tick_diff: 152569
net.inet.ip.dummynet.tick_adjustment: 84875
net.inet.ip.dummynet.tick_delta_sum: 744
net.inet.ip.dummynet.tick_delta: 4
net.inet.ip.dummynet.red_max_pkt_size: 1500
net.inet.ip.dummynet.red_avg_pkt_size: 512
net.inet.ip.dummynet.red_lookup_depth: 256
net.inet.ip.dummynet.max_chain_len: 16
net.inet.ip.dummynet.expire: 1
net.inet.ip.dummynet.search_steps: 0
net.inet.ip.dummynet.searches: 0
net.inet.ip.dummynet.extract_heap: 0
net.inet.ip.dummynet.ready_heap: 0
net.inet.ip.dummynet.hash_size: 64
net.inet.ip.fastforwarding: 0
net.inet.ip.fw.dyn_keepalive: 1
net.inet.ip.fw.dyn_short_lifetime: 5
net.inet.ip.fw.dyn_udp_lifetime: 10
net.inet.ip.fw.dyn_rst_lifetime: 1
net.inet.ip.fw.dyn_fin_lifetime: 1
net.inet.ip.fw.dyn_syn_lifetime: 20
net.inet.ip.fw.dyn_ack_lifetime: 300
net.inet.ip.fw.static_count: 1
net.inet.ip.fw.dyn_max: 4096
net.inet.ip.fw.dyn_count: 0
net.inet.ip.fw.curr_dyn_buckets: 256
net.inet.ip.fw.dyn_buckets: 256
net.inet.ip.fw.default_to_accept: 1
net.inet.ip.fw.tables_max: 128
net.inet.ip.fw.default_rule: 65535
net.inet.ip.fw.verbose_limit: 100
net.inet.ip.fw.verbose: 1
net.inet.ip.fw.one_pass: 1
net.inet.ip.fw.autoinc_step: 100
net.inet.ip.fw.enable: 1
net.inet.ip.maxfragpackets: 800
net.inet.ip.stealth: 0
net.inet.ip.maxfragsperpacket: 16
net.inet.ip.fragpackets: 0
net.inet.ip.check_interface: 1
net.inet.ip.random_id: 0
net.inet.ip.sendsourcequench: 0
net.inet.ip.process_options: 1
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 200
net.inet.icmp.bmcastecho: 0
net.inet.icmp.quotelen: 8
net.inet.icmp.reply_from_interface: 1
net.inet.icmp.reply_src: 1
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 0
net.inet.icmp.maskfake: 0
net.inet.tcp.rfc1323: 1
net.inet.tcp.mssdflt: 512
net.inet.tcp.keepidle: 7200000
net.inet.tcp.keepintvl: 75000
net.inet.tcp.sendspace: 32768
net.inet.tcp.recvspace: 65536
net.inet.tcp.keepinit: 75000
net.inet.tcp.delacktime: 100
net.inet.tcp.v6mssdflt: 1024
net.inet.tcp.hostcache.purge: 0
net.inet.tcp.hostcache.prune: 300
net.inet.tcp.hostcache.expire: 3600
net.inet.tcp.hostcache.count: 2
net.inet.tcp.hostcache.bucketlimit: 30
net.inet.tcp.hostcache.hashsize: 512
net.inet.tcp.hostcache.cachelimit: 15360
net.inet.tcp.recvbuf_max: 262144
net.inet.tcp.recvbuf_inc: 16384
net.inet.tcp.recvbuf_auto: 1
net.inet.tcp.insecure_rst: 0
net.inet.tcp.rfc3390: 1
net.inet.tcp.rfc3042: 1
net.inet.tcp.drop_synfin: 0
net.inet.tcp.delayed_ack: 1
net.inet.tcp.blackhole: 2
net.inet.tcp.log_in_vain: 0
net.inet.tcp.sendbuf_max: 262144
net.inet.tcp.sendbuf_inc: 8192
net.inet.tcp.sendbuf_auto: 1
net.inet.tcp.tso: 1
net.inet.tcp.newreno: 1
net.inet.tcp.local_slowstart_flightsize: 4
net.inet.tcp.slowstart_flightsize: 1
net.inet.tcp.path_mtu_discovery: 1
net.inet.tcp.reass.overflows: 0
net.inet.tcp.reass.maxqlen: 48
net.inet.tcp.reass.cursegments: 0
net.inet.tcp.reass.maxsegments: 1600
net.inet.tcp.sack.globalholes: 0
net.inet.tcp.sack.globalmaxholes: 65536
net.inet.tcp.sack.maxholes: 128
net.inet.tcp.sack.enable: 1
net.inet.tcp.inflight.stab: 20
net.inet.tcp.inflight.max: 1073725440
net.inet.tcp.inflight.min: 6144
net.inet.tcp.inflight.rttthresh: 10
net.inet.tcp.inflight.debug: 0
net.inet.tcp.inflight.enable: 1
net.inet.tcp.isn_reseed_interval: 0
net.inet.tcp.icmp_may_rst: 1
net.inet.tcp.pcbcount: 4
net.inet.tcp.do_tcpdrain: 1
net.inet.tcp.tcbhashsize: 512
net.inet.tcp.log_debug: 0
net.inet.tcp.minmss: 216
net.inet.tcp.syncache.rst_on_sock_fail: 1
net.inet.tcp.syncache.rexmtlimit: 3
net.inet.tcp.syncache.hashsize: 512
net.inet.tcp.syncache.count: 0
net.inet.tcp.syncache.cachelimit: 15360
net.inet.tcp.syncache.bucketlimit: 30
net.inet.tcp.syncookies_only: 0
net.inet.tcp.syncookies: 1
net.inet.tcp.timer_race: 0
net.inet.tcp.finwait2_timeout: 60000
net.inet.tcp.fast_finwait2_recycle: 0
net.inet.tcp.always_keepalive: 1
net.inet.tcp.rexmit_slop: 200
net.inet.tcp.rexmit_min: 30
net.inet.tcp.msl: 30000
net.inet.tcp.nolocaltimewait: 0
net.inet.tcp.maxtcptw: 5120
net.inet.udp.checksum: 1
net.inet.udp.maxdgram: 9216
net.inet.udp.recvspace: 42080
net.inet.udp.soreceive_dgram_enabled: 1
net.inet.udp.blackhole: 0
net.inet.udp.log_in_vain: 0
net.inet.sctp.nat_friendly_init: 1
net.inet.sctp.enable_sack_immediately: 0
net.inet.sctp.udp_tunneling_port: 0
net.inet.sctp.udp_tunneling_for_client_enable: 0
net.inet.sctp.mobility_fasthandoff: 0
net.inet.sctp.mobility_base: 0
net.inet.sctp.default_frag_interleave: 1
net.inet.sctp.default_cc_module: 0
net.inet.sctp.log_level: 0
net.inet.sctp.max_retran_chunk: 30
net.inet.sctp.min_residual: 1452
net.inet.sctp.strict_data_order: 0
net.inet.sctp.abort_at_limit: 0
net.inet.sctp.hb_max_burst: 4
net.inet.sctp.do_sctp_drain: 1
net.inet.sctp.max_chained_mbufs: 5
net.inet.sctp.abc_l_var: 1
net.inet.sctp.nat_friendly: 1
net.inet.sctp.auth_disable: 0
net.inet.sctp.asconf_auth_nochk: 0
net.inet.sctp.early_fast_retran_msec: 250
net.inet.sctp.early_fast_retran: 0
net.inet.sctp.cwnd_maxburst: 1
net.inet.sctp.cmt_pf: 0
net.inet.sctp.cmt_use_dac: 0
net.inet.sctp.nr_sack_on_off: 0
net.inet.sctp.cmt_on_off: 0
net.inet.sctp.outgoing_streams: 10
net.inet.sctp.add_more_on_output: 1452
net.inet.sctp.path_rtx_max: 5
net.inet.sctp.assoc_rtx_max: 10
net.inet.sctp.init_rtx_max: 8
net.inet.sctp.valid_cookie_life: 60000
net.inet.sctp.init_rto_max: 60000
net.inet.sctp.rto_initial: 3000
net.inet.sctp.rto_min: 1000
net.inet.sctp.rto_max: 60000
net.inet.sctp.secret_lifetime: 3600
net.inet.sctp.shutdown_guard_time: 180
net.inet.sctp.pmtu_raise_time: 600
net.inet.sctp.heartbeat_interval: 30000
net.inet.sctp.asoc_resource: 10
net.inet.sctp.sys_resource: 1000
net.inet.sctp.sack_freq: 2
net.inet.sctp.delayed_sack_time: 200
net.inet.sctp.chunkscale: 10
net.inet.sctp.min_split_point: 2904
net.inet.sctp.pcbhashsize: 256
net.inet.sctp.tcbhashsize: 1024
net.inet.sctp.maxchunks: 3200
net.inet.sctp.maxburst: 4
net.inet.sctp.peer_chkoh: 256
net.inet.sctp.strict_init: 1
net.inet.sctp.loopback_nocsum: 1
net.inet.sctp.strict_sacks: 1
net.inet.sctp.ecn_nonce: 0
net.inet.sctp.ecn_enable: 1
net.inet.sctp.auto_asconf: 1
net.inet.sctp.recvspace: 233016
net.inet.sctp.sendspace: 233016
net.inet.raw.recvspace: 9216
net.inet.raw.maxdgram: 9216
net.inet.ipf.fr_minttl: 4
net.inet.ipf.fr_chksrc: 0
net.inet.ipf.fr_defaultauthage: 600
net.inet.ipf.fr_authused: 0
net.inet.ipf.fr_authsize: 32
net.inet.ipf.ipf_hostmap_sz: 2047
net.inet.ipf.ipf_rdrrules_sz: 127
net.inet.ipf.ipf_natrules_sz: 127
net.inet.ipf.ipf_nattable_sz: 2047
net.inet.ipf.fr_statemax: 4013
net.inet.ipf.fr_statesize: 5737
net.inet.ipf.fr_running: 1
net.inet.ipf.fr_ipfrttl: 120
net.inet.ipf.fr_defnatage: 1200
net.inet.ipf.fr_icmptimeout: 120
net.inet.ipf.fr_udpacktimeout: 24
net.inet.ipf.fr_udptimeout: 240
net.inet.ipf.fr_tcpclosed: 60
net.inet.ipf.fr_tcptimeout: 480
net.inet.ipf.fr_tcplastack: 60
net.inet.ipf.fr_tcpclosewait: 480
net.inet.ipf.fr_tcphalfclosed: 14400
net.inet.ipf.fr_tcpidletimeout: 864000
net.inet.ipf.fr_active: 0
net.inet.ipf.fr_pass: 134217730
net.inet.ipf.fr_flags: 0
net.inet.accf.unloadable: 0
net.link.ether.inet.log_arp_permanent_modify: 1
net.link.ether.inet.log_arp_movements: 1
net.link.ether.inet.log_arp_wrong_iface: 1
net.link.ether.inet.proxyall: 0
net.link.ether.inet.useloopback: 1
net.link.ether.inet.maxtries: 5
net.link.ether.inet.max_age: 1200
--------------------------------------------------------------------------------------
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.10.65 UGS 0 32873 re0
192.168.10.64/27 link#1 UC 0 0 re0
192.168.10.65 00:26:88:75:f9:8c UHLW 2 551 re0 864
192.168.10.87 40:61:86:2b:86:c1 UHLS 1 0 lo0 =>
192.168.10.87/32 link#1 UC 0 0 re0
192.168.10.88/32 link#1 UC 0 0 re0
127.0.0.1 127.0.0.1 UH 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UHL lo0
fe80::%lo0/64 fe80::1%lo0 U lo0
fe80::1%lo0 link#2 UHL lo0
ff01:2::/32 fe80::1%lo0 UC lo0
ff02::%lo0/32 fe80::1%lo0 UC lo0
--------------------------------------------------------------------------------------
[root@host ~]# arp -an
? (192.168.10.65) at 00:26:88:75:f9:8c on re0 [ethernet]
? (192.168.10.87) at 40:61:86:2b:86:c1 on re0 permanent [ethernet]
--------------------------------------------------------------------------------------
[root@host ~]# cat /etc/rc.conf | sed -e's/88.198.48./192.168.10./g'
defaultrouter="192.168.10.65"
hostname="host.nodom.local"
ifconfig_re0=" -tso -lro -wol -wol_ucast -wol_mcast -wol_magic -link0 -link1 -link2 -rxcsum -txcsum -netcons -swabips debug media 100baseTX mediaopt full-duplex "
ifconfig_re0_alias0="inet 192.168.10.66 netmask 255.255.255.224 "
ifconfig_re0_alias1="inet 192.168.10.87/32 "
ifconfig_re0_alias2="inet 192.168.10.88/32 "
keymap="german.iso"
sshd_enable="YES"
gateway_enable="YES"
syslogd_enable="YES"
syslogd_program="/usr/sbin/syslogd"
syslogd_flags="-ss"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_program="/sbin/pfctl"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_program="/sbin/pflogd"
pflog_flags=""
--------------------------------------------------------------------------------------
dev.re.0.%desc: RealTek 8168/8168B/8168C/8168CP/8168D/8168DP/8111B/8111C/8111CP/8111DP PCIe Gigabit Ethernet
dev.re.0.%driver: re
dev.re.0.%location: slot=0 function=0
dev.re.0.%pnpinfo: vendor=0x10ec device=0x8168 subvendor=0x1462 subdevice=0x7522 class=0x020000
dev.re.0.%parent: pci6
dev.miibus.0.%desc: MII bus
dev.miibus.0.%driver: miibus
dev.miibus.0.%parent: re0
dev.rgephy.0.%desc: RTL8169S/8110S/8211B media interface
dev.rgephy.0.%driver: rgephy
dev.rgephy.0.%location: phyno=1
dev.rgephy.0.%pnpinfo: oui=0x732 model=0x11 rev=0x2
dev.rgephy.0.%parent: miibus0
tschuldigt ersteinmal .. dass ich hier nach quasi support erfrage,
wenn ihr das Problem seht, werdet Ihr bestimmt anders denken .
Denn ich nutze bsd auch schon geraume zeit >3 Jahre .. allerdings sowas ist mir
noch nicht passiert. Gesucht habe ich auch schon rund ne Woche,
habe auch schon dies und das ausprobiert. Aber ganz klar ist mir die sache nicht.
Nun zum Problem, Ich habe da so nen Rechner, mit dem ich mir nen paar
jails bauen wollte ... das stellt vorerst kein Problem da.
Dabei wollt ich meine Interfaces vorbereiten, da fiel mir auf,
dass die interface-aliase nicht erreichbar waren.
Routing-technisch scheint es in Ordnung zu sein, ich sehe bei einem Ping
das paket ausgehend, und von dem defaultrouter auch wiederkommen.
Wenn ich dies mit der Haupt-IP des Interfaces mache funktioniert es sauber,
nehme ich allerdings eine Alias-IP als source ...
sehe ich das Paket ausgehend und auch wieder eingehend, jedoch
scheint der kernel zu meinen, dass er dafür nicht verantwortllich ist.
Wenn ich das Interface auf promiscous stelle .. funktionierts,
aber das ist nunma nicht sinn und zweg der nummer.
----------------------------------------------
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 40:61:86:2b:86:c1
inet 192.168.10.66 netmask 0xffffffe0 broadcast 192.168.10.95
inet 192.168.10.88 netmask 0xffffffff broadcast 192.168.10.88
inet 192.168.10.87 netmask 0xffffffff broadcast 192.168.10.87
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lo0: flags=28149<UP,LOOPBACK,RUNNING,PROMISC,MULTICAST,PPROMISC> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
pfsync0: flags=0<> metric 0 mtu 1460
syncpeer: 224.0.0.240 maxupd: 128
pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu 33204
----------------------------------------------
[root@host ~]# ping 192.168.10.65
PING 192.168.10.65 (192.168.10.65): 56 data bytes
64 bytes from 192.168.10.65: icmp_seq=0 ttl=64 time=0.752 ms
64 bytes from 192.168.10.65: icmp_seq=1 ttl=64 time=0.602 ms
[root@host /usr/src/sys]# tcpdump -n -i re0 ' host 192.168.10.66 && 192.168.10.65 '
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on re0, link-type EN10MB (Ethernet), capture size 96 bytes
14:48:21.063831 IP 192.168.10.66 > 192.168.10.65: ICMP echo request, id 47131, seq 0, length 64
14:48:21.064622 IP 192.168.10.65 > 192.168.10.66: ICMP echo reply, id 47131, seq 0, length 64
14:48:22.069277 IP 192.168.10.66 > 192.168.10.65: ICMP echo request, id 47131, seq 1, length 64
14:48:22.069928 IP 192.168.10.65 > 192.168.10.66: ICMP echo reply, id 47131, seq 1, length 64
[root@host ~]# ping -S 192.168.10.87 192.168.10.65
PING 192.168.10.65 (192.168.10.65) from 192.168.10.87: 56 data bytes
--- 192.168.10.65 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss
[root@host /usr/src/sys]# tcpdump -n -i re0 ' host 192.168.10.87 && 192.168.10.65 '
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on re0, link-type EN10MB (Ethernet), capture size 96 bytes
14:48:51.570710 IP 192.168.10.87 > 192.168.10.65: ICMP echo request, id 47899, seq 0, length 64
14:48:51.571336 IP 192.168.10.65 > 192.168.10.87: ICMP echo reply, id 47899, seq 0, length 64
14:48:52.574980 IP 192.168.10.87 > 192.168.10.65: ICMP echo request, id 47899, seq 1, length 64
14:48:52.575669 IP 192.168.10.65 > 192.168.10.87: ICMP echo reply, id 47899, seq 1, length 64
----------------------------------------------
Hat das jemand von euch auch schonmal gehabt ?
Hat jemand ne idee wo ich nachlesen kann ?
Und falls Ihr helfen wollt und mehr infos braucht,
sagt bescheid ..
gruss
~dis
---- hier noch nen paar mehr infos ---
--------------------------------------------------------------------------------------
# pfctl -d
pf disabled
FreeBSD host.nodom.local 7.2-STABLE FreeBSD 7.2-STABLE #2: Fri Nov 20 18:51:01 CET 2009 root@host.nodom.local:/usr/obj/usr/src/sys/MYPAE i386
[root@host ~]# sysctl -a | grep -e"inet\."
net.inet.ip.portrange.randomtime: 45
net.inet.ip.portrange.randomcps: 10
net.inet.ip.portrange.randomized: 1
net.inet.ip.portrange.reservedlow: 0
net.inet.ip.portrange.reservedhigh: 1023
net.inet.ip.portrange.hilast: 65535
net.inet.ip.portrange.hifirst: 49152
net.inet.ip.portrange.last: 65535
net.inet.ip.portrange.first: 49152
net.inet.ip.portrange.lowlast: 600
net.inet.ip.portrange.lowfirst: 1023
net.inet.ip.forwarding: 1
net.inet.ip.redirect: 1
net.inet.ip.ttl: 64
net.inet.ip.rtexpire: 3600
net.inet.ip.rtminexpire: 10
net.inet.ip.rtmaxcache: 128
net.inet.ip.sourceroute: 0
net.inet.ip.intr_queue_maxlen: 50
net.inet.ip.intr_queue_drops: 0
net.inet.ip.accept_sourceroute: 0
net.inet.ip.keepfaith: 0
net.inet.ip.gifttl: 30
net.inet.ip.same_prefix_carp_only: 0
net.inet.ip.subnets_are_local: 0
net.inet.ip.dummynet.debug: 0
net.inet.ip.dummynet.pipe_byte_limit: 1048576
net.inet.ip.dummynet.pipe_slot_limit: 100
net.inet.ip.dummynet.io_pkt_drop: 0
net.inet.ip.dummynet.io_pkt_fast: 0
net.inet.ip.dummynet.io_pkt: 0
net.inet.ip.dummynet.io_fast: 0
net.inet.ip.dummynet.tick_lost: 0
net.inet.ip.dummynet.tick_diff: 152569
net.inet.ip.dummynet.tick_adjustment: 84875
net.inet.ip.dummynet.tick_delta_sum: 744
net.inet.ip.dummynet.tick_delta: 4
net.inet.ip.dummynet.red_max_pkt_size: 1500
net.inet.ip.dummynet.red_avg_pkt_size: 512
net.inet.ip.dummynet.red_lookup_depth: 256
net.inet.ip.dummynet.max_chain_len: 16
net.inet.ip.dummynet.expire: 1
net.inet.ip.dummynet.search_steps: 0
net.inet.ip.dummynet.searches: 0
net.inet.ip.dummynet.extract_heap: 0
net.inet.ip.dummynet.ready_heap: 0
net.inet.ip.dummynet.hash_size: 64
net.inet.ip.fastforwarding: 0
net.inet.ip.fw.dyn_keepalive: 1
net.inet.ip.fw.dyn_short_lifetime: 5
net.inet.ip.fw.dyn_udp_lifetime: 10
net.inet.ip.fw.dyn_rst_lifetime: 1
net.inet.ip.fw.dyn_fin_lifetime: 1
net.inet.ip.fw.dyn_syn_lifetime: 20
net.inet.ip.fw.dyn_ack_lifetime: 300
net.inet.ip.fw.static_count: 1
net.inet.ip.fw.dyn_max: 4096
net.inet.ip.fw.dyn_count: 0
net.inet.ip.fw.curr_dyn_buckets: 256
net.inet.ip.fw.dyn_buckets: 256
net.inet.ip.fw.default_to_accept: 1
net.inet.ip.fw.tables_max: 128
net.inet.ip.fw.default_rule: 65535
net.inet.ip.fw.verbose_limit: 100
net.inet.ip.fw.verbose: 1
net.inet.ip.fw.one_pass: 1
net.inet.ip.fw.autoinc_step: 100
net.inet.ip.fw.enable: 1
net.inet.ip.maxfragpackets: 800
net.inet.ip.stealth: 0
net.inet.ip.maxfragsperpacket: 16
net.inet.ip.fragpackets: 0
net.inet.ip.check_interface: 1
net.inet.ip.random_id: 0
net.inet.ip.sendsourcequench: 0
net.inet.ip.process_options: 1
net.inet.icmp.maskrepl: 0
net.inet.icmp.icmplim: 200
net.inet.icmp.bmcastecho: 0
net.inet.icmp.quotelen: 8
net.inet.icmp.reply_from_interface: 1
net.inet.icmp.reply_src: 1
net.inet.icmp.icmplim_output: 1
net.inet.icmp.log_redirect: 0
net.inet.icmp.drop_redirect: 0
net.inet.icmp.maskfake: 0
net.inet.tcp.rfc1323: 1
net.inet.tcp.mssdflt: 512
net.inet.tcp.keepidle: 7200000
net.inet.tcp.keepintvl: 75000
net.inet.tcp.sendspace: 32768
net.inet.tcp.recvspace: 65536
net.inet.tcp.keepinit: 75000
net.inet.tcp.delacktime: 100
net.inet.tcp.v6mssdflt: 1024
net.inet.tcp.hostcache.purge: 0
net.inet.tcp.hostcache.prune: 300
net.inet.tcp.hostcache.expire: 3600
net.inet.tcp.hostcache.count: 2
net.inet.tcp.hostcache.bucketlimit: 30
net.inet.tcp.hostcache.hashsize: 512
net.inet.tcp.hostcache.cachelimit: 15360
net.inet.tcp.recvbuf_max: 262144
net.inet.tcp.recvbuf_inc: 16384
net.inet.tcp.recvbuf_auto: 1
net.inet.tcp.insecure_rst: 0
net.inet.tcp.rfc3390: 1
net.inet.tcp.rfc3042: 1
net.inet.tcp.drop_synfin: 0
net.inet.tcp.delayed_ack: 1
net.inet.tcp.blackhole: 2
net.inet.tcp.log_in_vain: 0
net.inet.tcp.sendbuf_max: 262144
net.inet.tcp.sendbuf_inc: 8192
net.inet.tcp.sendbuf_auto: 1
net.inet.tcp.tso: 1
net.inet.tcp.newreno: 1
net.inet.tcp.local_slowstart_flightsize: 4
net.inet.tcp.slowstart_flightsize: 1
net.inet.tcp.path_mtu_discovery: 1
net.inet.tcp.reass.overflows: 0
net.inet.tcp.reass.maxqlen: 48
net.inet.tcp.reass.cursegments: 0
net.inet.tcp.reass.maxsegments: 1600
net.inet.tcp.sack.globalholes: 0
net.inet.tcp.sack.globalmaxholes: 65536
net.inet.tcp.sack.maxholes: 128
net.inet.tcp.sack.enable: 1
net.inet.tcp.inflight.stab: 20
net.inet.tcp.inflight.max: 1073725440
net.inet.tcp.inflight.min: 6144
net.inet.tcp.inflight.rttthresh: 10
net.inet.tcp.inflight.debug: 0
net.inet.tcp.inflight.enable: 1
net.inet.tcp.isn_reseed_interval: 0
net.inet.tcp.icmp_may_rst: 1
net.inet.tcp.pcbcount: 4
net.inet.tcp.do_tcpdrain: 1
net.inet.tcp.tcbhashsize: 512
net.inet.tcp.log_debug: 0
net.inet.tcp.minmss: 216
net.inet.tcp.syncache.rst_on_sock_fail: 1
net.inet.tcp.syncache.rexmtlimit: 3
net.inet.tcp.syncache.hashsize: 512
net.inet.tcp.syncache.count: 0
net.inet.tcp.syncache.cachelimit: 15360
net.inet.tcp.syncache.bucketlimit: 30
net.inet.tcp.syncookies_only: 0
net.inet.tcp.syncookies: 1
net.inet.tcp.timer_race: 0
net.inet.tcp.finwait2_timeout: 60000
net.inet.tcp.fast_finwait2_recycle: 0
net.inet.tcp.always_keepalive: 1
net.inet.tcp.rexmit_slop: 200
net.inet.tcp.rexmit_min: 30
net.inet.tcp.msl: 30000
net.inet.tcp.nolocaltimewait: 0
net.inet.tcp.maxtcptw: 5120
net.inet.udp.checksum: 1
net.inet.udp.maxdgram: 9216
net.inet.udp.recvspace: 42080
net.inet.udp.soreceive_dgram_enabled: 1
net.inet.udp.blackhole: 0
net.inet.udp.log_in_vain: 0
net.inet.sctp.nat_friendly_init: 1
net.inet.sctp.enable_sack_immediately: 0
net.inet.sctp.udp_tunneling_port: 0
net.inet.sctp.udp_tunneling_for_client_enable: 0
net.inet.sctp.mobility_fasthandoff: 0
net.inet.sctp.mobility_base: 0
net.inet.sctp.default_frag_interleave: 1
net.inet.sctp.default_cc_module: 0
net.inet.sctp.log_level: 0
net.inet.sctp.max_retran_chunk: 30
net.inet.sctp.min_residual: 1452
net.inet.sctp.strict_data_order: 0
net.inet.sctp.abort_at_limit: 0
net.inet.sctp.hb_max_burst: 4
net.inet.sctp.do_sctp_drain: 1
net.inet.sctp.max_chained_mbufs: 5
net.inet.sctp.abc_l_var: 1
net.inet.sctp.nat_friendly: 1
net.inet.sctp.auth_disable: 0
net.inet.sctp.asconf_auth_nochk: 0
net.inet.sctp.early_fast_retran_msec: 250
net.inet.sctp.early_fast_retran: 0
net.inet.sctp.cwnd_maxburst: 1
net.inet.sctp.cmt_pf: 0
net.inet.sctp.cmt_use_dac: 0
net.inet.sctp.nr_sack_on_off: 0
net.inet.sctp.cmt_on_off: 0
net.inet.sctp.outgoing_streams: 10
net.inet.sctp.add_more_on_output: 1452
net.inet.sctp.path_rtx_max: 5
net.inet.sctp.assoc_rtx_max: 10
net.inet.sctp.init_rtx_max: 8
net.inet.sctp.valid_cookie_life: 60000
net.inet.sctp.init_rto_max: 60000
net.inet.sctp.rto_initial: 3000
net.inet.sctp.rto_min: 1000
net.inet.sctp.rto_max: 60000
net.inet.sctp.secret_lifetime: 3600
net.inet.sctp.shutdown_guard_time: 180
net.inet.sctp.pmtu_raise_time: 600
net.inet.sctp.heartbeat_interval: 30000
net.inet.sctp.asoc_resource: 10
net.inet.sctp.sys_resource: 1000
net.inet.sctp.sack_freq: 2
net.inet.sctp.delayed_sack_time: 200
net.inet.sctp.chunkscale: 10
net.inet.sctp.min_split_point: 2904
net.inet.sctp.pcbhashsize: 256
net.inet.sctp.tcbhashsize: 1024
net.inet.sctp.maxchunks: 3200
net.inet.sctp.maxburst: 4
net.inet.sctp.peer_chkoh: 256
net.inet.sctp.strict_init: 1
net.inet.sctp.loopback_nocsum: 1
net.inet.sctp.strict_sacks: 1
net.inet.sctp.ecn_nonce: 0
net.inet.sctp.ecn_enable: 1
net.inet.sctp.auto_asconf: 1
net.inet.sctp.recvspace: 233016
net.inet.sctp.sendspace: 233016
net.inet.raw.recvspace: 9216
net.inet.raw.maxdgram: 9216
net.inet.ipf.fr_minttl: 4
net.inet.ipf.fr_chksrc: 0
net.inet.ipf.fr_defaultauthage: 600
net.inet.ipf.fr_authused: 0
net.inet.ipf.fr_authsize: 32
net.inet.ipf.ipf_hostmap_sz: 2047
net.inet.ipf.ipf_rdrrules_sz: 127
net.inet.ipf.ipf_natrules_sz: 127
net.inet.ipf.ipf_nattable_sz: 2047
net.inet.ipf.fr_statemax: 4013
net.inet.ipf.fr_statesize: 5737
net.inet.ipf.fr_running: 1
net.inet.ipf.fr_ipfrttl: 120
net.inet.ipf.fr_defnatage: 1200
net.inet.ipf.fr_icmptimeout: 120
net.inet.ipf.fr_udpacktimeout: 24
net.inet.ipf.fr_udptimeout: 240
net.inet.ipf.fr_tcpclosed: 60
net.inet.ipf.fr_tcptimeout: 480
net.inet.ipf.fr_tcplastack: 60
net.inet.ipf.fr_tcpclosewait: 480
net.inet.ipf.fr_tcphalfclosed: 14400
net.inet.ipf.fr_tcpidletimeout: 864000
net.inet.ipf.fr_active: 0
net.inet.ipf.fr_pass: 134217730
net.inet.ipf.fr_flags: 0
net.inet.accf.unloadable: 0
net.link.ether.inet.log_arp_permanent_modify: 1
net.link.ether.inet.log_arp_movements: 1
net.link.ether.inet.log_arp_wrong_iface: 1
net.link.ether.inet.proxyall: 0
net.link.ether.inet.useloopback: 1
net.link.ether.inet.maxtries: 5
net.link.ether.inet.max_age: 1200
--------------------------------------------------------------------------------------
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.10.65 UGS 0 32873 re0
192.168.10.64/27 link#1 UC 0 0 re0
192.168.10.65 00:26:88:75:f9:8c UHLW 2 551 re0 864
192.168.10.87 40:61:86:2b:86:c1 UHLS 1 0 lo0 =>
192.168.10.87/32 link#1 UC 0 0 re0
192.168.10.88/32 link#1 UC 0 0 re0
127.0.0.1 127.0.0.1 UH 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UHL lo0
fe80::%lo0/64 fe80::1%lo0 U lo0
fe80::1%lo0 link#2 UHL lo0
ff01:2::/32 fe80::1%lo0 UC lo0
ff02::%lo0/32 fe80::1%lo0 UC lo0
--------------------------------------------------------------------------------------
[root@host ~]# arp -an
? (192.168.10.65) at 00:26:88:75:f9:8c on re0 [ethernet]
? (192.168.10.87) at 40:61:86:2b:86:c1 on re0 permanent [ethernet]
--------------------------------------------------------------------------------------
[root@host ~]# cat /etc/rc.conf | sed -e's/88.198.48./192.168.10./g'
defaultrouter="192.168.10.65"
hostname="host.nodom.local"
ifconfig_re0=" -tso -lro -wol -wol_ucast -wol_mcast -wol_magic -link0 -link1 -link2 -rxcsum -txcsum -netcons -swabips debug media 100baseTX mediaopt full-duplex "
ifconfig_re0_alias0="inet 192.168.10.66 netmask 255.255.255.224 "
ifconfig_re0_alias1="inet 192.168.10.87/32 "
ifconfig_re0_alias2="inet 192.168.10.88/32 "
keymap="german.iso"
sshd_enable="YES"
gateway_enable="YES"
syslogd_enable="YES"
syslogd_program="/usr/sbin/syslogd"
syslogd_flags="-ss"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_program="/sbin/pfctl"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_program="/sbin/pflogd"
pflog_flags=""
--------------------------------------------------------------------------------------
dev.re.0.%desc: RealTek 8168/8168B/8168C/8168CP/8168D/8168DP/8111B/8111C/8111CP/8111DP PCIe Gigabit Ethernet
dev.re.0.%driver: re
dev.re.0.%location: slot=0 function=0
dev.re.0.%pnpinfo: vendor=0x10ec device=0x8168 subvendor=0x1462 subdevice=0x7522 class=0x020000
dev.re.0.%parent: pci6
dev.miibus.0.%desc: MII bus
dev.miibus.0.%driver: miibus
dev.miibus.0.%parent: re0
dev.rgephy.0.%desc: RTL8169S/8110S/8211B media interface
dev.rgephy.0.%driver: rgephy
dev.rgephy.0.%location: phyno=1
dev.rgephy.0.%pnpinfo: oui=0x732 model=0x11 rev=0x2
dev.rgephy.0.%parent: miibus0
Last edited:


)
)